home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
hard
/
drivr
/
VideoText.lha
/
VideoText5.22
/
Install
< prev
next >
Wrap
Text File
|
1996-05-26
|
449b
|
15 lines
assign LIBS: exists
ask "Ist Ihr I²C-Interface an den Parallelport angeschlossen? (y/n)"
if warn
echo "kopiere die Library für Jan Leuverink's Interface nach LIBS:"
copy libs/i2c.library.par LIBS:i2c.library
else
echo "kopiere die Library für das C'T-Interface nach LIBS:"
copy libs/i2c.library.ser LIBS:i2c.library
endif
assign FONTS: exists
copy fonts/#? FONTS: all
echo "Installation von Font und Librarys abgeschlossen." noline
wait 10